home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
-
- <xsl:stylesheet
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:msxsl="urn:schemas-microsoft-com:xslt"
- version="1.0">
-
- <xsl:output
- method="html"
- version="4.0"
- encoding="UTF-8"
- omit-xml-declaration="yes"
- indent="yes"/>
-
- <xsl:include href="./resource/html/propcell.xsl"/>
-
- <xsl:template match="/Root">
-
- <html>
- <table border>
- <tr>
- <!-- Object header -->
- <td>
- <h2>QT_TRANSLATE_NOOP("QObject", "Backup Capsule")</h2>
- </td>
- </tr>
- <tr>
- <!-- Object header -->
- <td>
- <hr/>
- </td>
- </tr>
- <tr>
- <td width='100%'>
- <table cellspacing="0" cellpadding="0">
- <xsl:call-template name="PropCell">
- <xsl:with-param name="PropName" select="string('PROPID_HDM_SIZESTRING')"/>
- </xsl:call-template>
-
- <xsl:call-template name="PropCell">
- <xsl:with-param name="PropName" select="string('PROPID_HDM_DATASIZESTRING')"/>
- </xsl:call-template>
-
- <xsl:call-template name="PropCell">
- <xsl:with-param name="PropName" select="string('PROPID_HDM_FREESIZESTRING')"/>
- </xsl:call-template>
- </table>
- </td>
- </tr>
- </table>
-
- </xsl:template>
- </xsl:stylesheet>
-